Don’t have a desired browser in your local? No worry, you can use the following executors for remote test.
To do the remote browser test, you need to enable an executor:
npm install testarmada-magellan-saucelabs-executor --save
magellan.json
{
"executors": [
"testarmada-magellan-saucelabs-executor"
],
"strategy_bail": "testarmada-magellan-early-bail-strategy"
}
Magellan allows to run tests with one or more executors at the same time. This is done by passing a specific command line argument to magellan.
# to run test in Chrome
--local_browser chrome
# to run test in both Chrome and Firefox
--local_browsers chrome, firefox